<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css*/
.box20240901220951 {
	/*width: 100%;*/
	width: 500px;
	position:relative;
	/*background-color: blanchedalmond;*/
	border:2px solid #dddddd;
		overflow: hidden;
}


.box20240901220951 .picbox{
	padding-bottom: 62%;
    transition: 0.5s all;

}
.box20240901220951 .picbox:hover {
    transform: scale(1.1);
}
.box20240901220951_title{
	display: flex;
	/*height: 40px;*/
	justify-content: center;
	align-items: center;
	padding: 15px;
}
</pre></body></html>